To permanently configure static routes, you can configure them by creating a route-interface file in the /etc/sysconfig/network-scripts/ directory for the interface.
Adding a static route to the routing table in Windows is simple. Routing tables control what path a packet takes when it’s sent from a device. There are many devices that have routing tables and can control packet paths including computers, routers,
This tutorial explains how to configure static routing on routers. Learn how to create and manage static routes on routers through a packet tracer example.
You can add a static route to the routing table to save time if your home or business is frequently visited. You can also add alternate routes to your home or business if you have trouble reaching the original location via the routing table.
To add a static route, use the command "route add destination_network MASK subnet_mask gateway_ip metric_cost" and make it persistent with the "-p" option. To remove a static route, use "route delete destination_network".